CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - object track

搜索资源列表

  1. Track_any_object

    0下载:
  2. Code to track any selected object on webcam
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1682
    • 提供者:Kaijyuu
  1. tracking

    0下载:
  2. 外国一个大学生做了一个精确定位系统,这个系统几乎可以跟踪镜头里的任何物体。只要你能看见它,并把它选中。有兴趣的同学可以下载我传上来的源文件...是用matlab写的...demo文件也在里面 -A foreign university students made a precise positioning system that can track almost any object lens. As long as you can see it, and to select it. Int
  3. 所属分类:matlab

    • 发布日期:2017-06-09
    • 文件大小:16810740
    • 提供者:zhaoyue
  1. 61IC_S553

    0下载:
  2. 本代码采用最近研究比较热的sift算法对目标物体进行追踪(追踪效果很好)-This code uses recent study compared hot sift algorithm to track the target object (tracking works well)
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:25522186
    • 提供者:素usually
  1. Machine.Learning.Vision-Based.Motion

    0下载:
  2. 本书从机器学习的角度介绍了基于视觉的运动分析领域的最新算法和系统。-Techniques of vision-based motion analysis aim to detect, track, identify, and generally understand the behavior of objects in image sequences. With the growth of video data in a wide range of applications from visua
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:10570747
    • 提供者:kankan
  1. Object_Detect_And_Tracking

    0下载:
  2. 运动物体检测与跟踪,能准确地检测到视频中的运动物体,并对其进行跟踪-Detect Moving Object, and the Track the objects
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:468176
    • 提供者:abc
  1. moxin

    0下载:
  2. 基于视频的运动物体跟踪,采用光流法跟踪效果良好。-Video-based moving object tracking, optical flow method to track the effect is good.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:422793
    • 提供者:huangcolin
  1. human-detection_0.1_src_2011-02-10_Idiap_shared(1

    0下载:
  2. This system consists of human detection, human tracking and false object detection. The human detection utilizes the background subtraction to segment the blob and use codebook to classify human being from other objects. The optimal design
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6532563
    • 提供者:ahmed
  1. Kinect_meet_and_hecking

    0下载:
  2. kinect开发的手册以及如何使用kinect进行跟踪-manual and meet paper of kinect ,and introduction how to track object
  3. 所属分类:SCM

    • 发布日期:2017-06-17
    • 文件大小:26177195
    • 提供者:Killer
  1. ExtendedKalmanFilter

    0下载:
  2. Extended Kalman Filter Tracking Object in 3-D-Assume that we want to track an object moving in 3-D space with constant velocity. Our instruments observe bearing, range and high(cylindrical coordinates). However, of an interest are rectangular coordin
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3006
    • 提供者:刘建国
  1. genzong

    0下载:
  2. 这是一个关于视频跟踪的matlab程序,它可以对视频对象进行跟踪-This is a video tracking matlab program, it can track the video object ...
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2982
    • 提供者:曹美欣
  1. OpenTLD

    0下载:
  2. OpenTLD,捕食者物体跟踪算法。使用C++实现,不需要Matlab。这个系统能够通过分析物体的运动来完善跟踪算法。你能在很短的时间里教会它跟踪你的手指、面孔或在高速公路上狂颠的轿车。-OpenTLD predator object tracking algorithm. Use C++ to achieve, does not require of Matlab. This system is able to analyze the motion of the object to impro
  3. 所属分类:Special Effects

    • 发布日期:2017-06-20
    • 文件大小:31682147
    • 提供者:钟浩涛
  1. servo

    0下载:
  2. track an object from an image
  3. 所属分类:Software Testing

    • 发布日期:2017-04-11
    • 文件大小:1046
    • 提供者:nagi
  1. OParFilteerp

    0下载:
  2. 用opencv实现的粒子滤波跟踪程序序。需要手动选取跟踪物体-opencv -Particle filter tracking with opencv program sequence. Need to manually select the track object-opencv
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3005
    • 提供者:didazff
  1. Imybblobtraccn

    0下载:
  2. 在非常多应用中,希望把运动着的物体检测出来,对其编号并进行跟踪,,最终的到其运动轨迹,本程序源码就是运动物体跟踪的框架 -Very many applications, to moving object detection, and its number and track its trajectory, the final source of this program is a framework for moving object tracking
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1946166
    • 提供者:lenyuhai
  1. opencv_kalman

    1下载:
  2. 本次实验来源于opencv自带sample中的例子,该例子是用kalman来完成一个一维的跟踪,即跟踪一个不断变化的角度。在界面中表现为一个点在圆周上匀速跑,然后跟踪该点。看起来跟踪点是个二维的,其实转换成角度就是一维的了。 Kalman滤波理论主要应用在现实世界中个,并不是理想环境。主要是来跟踪的某一个变量的值,跟踪的依据是首先根据系统的运动方程来对该值做预测,比如说我们知道一个物体的运动速度,那么下面时刻它的位置按照道理是可以预测出来的,不过该预测肯定有误差,只能作为跟踪的依据。另一个依
  3. 所属分类:OpenCV

    • 发布日期:2016-12-01
    • 文件大小:339968
    • 提供者:wuwei
  1. moving-object-recognition-and-track

    0下载:
  2. 本程序完成了对运动图像的识别与跟踪功能,程序里自带了测试的图像-The program to complete the identification and tracking of moving images, the program comes with the test image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3400058
    • 提供者:伊米
  1. newElyor

    0下载:
  2. particle filter algorithm to track object. written in C++ and OpenCV
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:5289
    • 提供者:dana
  1. simple_visualc25july

    0下载:
  2. particle filter algorithm to track multiple object use C++ and OpenCV
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:3474
    • 提供者:dana
  1. camshift

    0下载:
  2. 使用MFC和OpenCV结合,使用camshift算法,实现基于摄像头的实时视频的运动物体的检测-Combined use of MFC and OpenCV, use camshift algorithm to track moving object
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:9142
    • 提供者:于敬
  1. blog

    0下载:
  2. 1、程序采用php语言面向对象开发,更安全、稳定、无漏洞、防注入、防丢单。 2、记录订单来路,客户IP记录及分析,订单数据统计 3、订单邮件提醒、手机短信提醒,让您第一时间追踪订单,大大提升了发货效率,提高订单成交率。 4、多种支付方式,包含:货到付款、支付宝接口、网银支付,可设置网上支付的折扣比率。 5、模板样式多样化,一个订单放到多个网站,统一后台进行管理。 6、订单批量管理审核,后台分配管理权限。-1, the program using the the php lan
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-17
    • 文件大小:325226
    • 提供者:melody
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com